stack frame

英 [stæk freɪm] 美 [stæk freɪm]

网络  栈帧; 栈框架; 堆栈帧; 栈桢; 堆栈框架

计算机



双语例句

  1. References to variables within an expression can then be statically bound to a particular slot in either the local stack frame or the list of global variables.
    然后表达式中对变量的引用可以静态绑定到本地堆栈框架或一列全局变量的特定槽上。
  2. All that is left to do is to restore the previous stack frame and return.
    剩下要做的只是恢复先前的堆栈框架并返回。
  3. The prologue sets up the stack frame for the function.
    序言为函数设置堆栈框架。
  4. The stack pointer tells you where the end of your current stack frame is.
    堆栈指针给出的是当前堆栈框架的结束位置。
  5. It displays the stack frame for the suspended threads for each target you're debugging.
    它为调试中的每个目标显示其暂挂线程的堆栈帧。
  6. Mbackchain and-mno-backchain: These options control whether the address of the caller's frame is stored as so-called "backchain" pointer into the callee's stack frame.
    mbackchain和-mno-backchain:这些选项控制调用方帧的地址是否作为“backchain”指针存储到被调用方的堆栈帧。
  7. The final item in the stack frame is a pointer to the previous stack frame, often called the back pointer.
    堆栈帧中的最后一个条目是一个指向前一堆栈帧的指针,通常被称为后向指针(backpointer)。
  8. Then you restore the stack frame and return.
    之后再恢复堆栈框架并返回。
  9. In practice this is easy; just don't write code that does low-level manipulations of the stack frame or makes assumptions about the stack layout.
    这在实践上是很容易的;只要不编写对堆栈桢执行低级操作或对堆栈的布局作假设的代码就行了。
  10. The first part of the stack frame is the non-volatile register save area.
    堆栈帧的第一个部分是非易失性寄存器保存区。
  11. When a call is made to the checkPermission method in that thread of execution, the permissions sets of classes occurring only on and below this stack frame are intersected with each other.
    在这个执行线程中调用checkPermission方法时,只有在这个堆栈帧中和它下面出现的类的权限集才会取交集。
  12. In this program you will have two stack frame sizes& one for main and one for factorial.
    在本程序中,需要两个堆栈框架大小&一个用于main,一个用于factorial。
  13. The back chain pointer points to the back chain pointer of the previous stack frame.
    回链指针指向前一个堆栈框架的回链指针。
  14. It starts by setting up a stack frame.
    它首先设置一个堆栈框架。
  15. However, it is a good example of how to set up and tear down a stack frame.
    不过它却是如何建立和销毁堆栈帧的一个很好的例子。
  16. Each stack frame holds a pointer to the previous stack frame ( called the back chain pointer), as well as a space for return addresses for when it calls other functions.
    每个堆栈框架都有一个指向前一个堆栈框架的指针(称为回链指针),还有一个当它调用其他函数时用于存放返回地址的空间。
  17. LR_OFFSET is the offset into the stack frame of the return address.
    LROFFSET是返回地址的堆栈框架的偏移量。
  18. This is because each time a function is called, it has an activation record ( also called a stack frame) associated with it.
    这是由于每次调用一个函数时,都有一个相关活动记录(activationrecord)(也称为堆栈帧)。
  19. Overwriting the saved return-instruction pointer in a stack frame.
    重写栈框架中经过保存的返回指令指针。
  20. For right now, just know that it sets up the stack frame.
    就目前而言,只需知道它将设置堆栈框架就可以了。
  21. In a Java program, a root is a reference to an object held in a static variable or in a local variable on an active stack frame.
    在Java程序中,根是对静态变量中或者活跃的堆栈框架上的本地变量中所包含的对象的引用。
  22. You can imagine the power of being able to reconstruct or reverse-engineer what was happening at the time of the dump based on what was happening in each thread stack frame and on which objects.
    您可以想象一下,如果能够基于每一个线程堆栈结构及其对象重建或反向工程生成转储文件发生时的状态。
  23. When a function begins, it actually saves the link register in the calling function's stack frame, not its own, and then only if it needs to save it.
    当函数开始时,它实际上会将链接寄存器保存到调用函数的堆栈帧中,而不是自己的堆栈帧中,然后只有在需要时才会保存它。
  24. Therefore, before using a non-volatile register in a function, its value must be saved in the function's stack frame, and then restored before the function returns.
    因此,在函数中使用非易失性寄存器之前,它的值必须保存到该函数的堆栈帧中,然后在函数返回之前恢复。
  25. Method to obtain a specific stack frame in a stack trace.
    方法可获取堆栈跟踪中的特定堆栈帧。
  26. The stack walk begins at the callers stack frame not the current stack where the demand occurs.
    堆栈审核在调用方堆栈帧开始,而不是发生要求的当前堆栈。
  27. Sets the current stack frame and displays no output.
    设置当前堆栈帧,而且不显示输出。
  28. A stack frame is essentially the same as a function call.
    堆栈帧实质上是与函数调用相同。
  29. A stack frame contains the state of one Java method invocation.
    每个线程一个栈,每个方法调用一个栈帧。
  30. To set the current stack frame to the second frame.
    以便将当前堆栈帧设置为第二个帧。